|
Class Summary |
| RAActor |
RAActor is a process with only one RAReal input. |
| RAAgent |
Overall class that brings all the process and agent stuff together.
|
| RAAngleActor |
This Actor models the angle of the agent, which is a real between -1 and 1 (inclusive). -1 stands for -180 degrees
and 1 stands for 180 degrees. |
| RAConnectionTester |
Tests whether a proposed connection is allowed. |
| RADebuggerProcess |
RADebuggerProcess is used to output certain values in the process map. |
| RAInhibitProcess |
RAInhibitProcesss is a SpecialProcess with two inputs (inhibitor and inhibitee)
and one output. |
| RAPair |
Pairs of Processes between which we can send some info. |
| RAProcess |
RAProcess models a process in the RA environment. |
| RASpecialProcess |
RASpecialProcess is a process that executes and sends it's data before regular
processes (RAProcess) are allowed to do so. |
| RASpeedActor |
This Actor models the speed of the agent, which is a real between 0 and 1 (inclusive). |
| RASuppressProcess |
RASuppressProcesss is a SpecialProcess with two inputs (suppressor and suppressee)
and one output. |
| RATraceActor |
This Actor models the marker of the agent, which produces a trace behind the agent and thus enables
a user to follow the agent's movement more easily.
|